home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 4 / CU Amiga Magazine's Super CD-ROM 04 (1996)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1996-11].iso / cucd / graphics / grimm / dsv.doc < prev    next >
Text File  |  1996-09-24  |  388b  |  25 lines

  1. /*
  2.  * dsv.c - multiformat image viewer
  3.  * Copyright (C) 1992-95, by Denis Spach
  4.  */
  5.  
  6. usage via CLI
  7.  
  8.     dsv [-options] [file1 [file2] [..]]
  9.  
  10. options
  11.  
  12.     -b    read whole file in memory
  13.     -f    fast HAM
  14.     -g    grey
  15.     -h    fast HAM8
  16.     -H    HAM8 quantized
  17.     -q[n]    quantize mode (0,1,2)
  18.     -r    enable requesters
  19.     -s    fast mode
  20.     -T    true color
  21.  
  22. NOTE:
  23.  
  24.     `RequestFile' and `RequestChoice' are needed in the `C:' drawer
  25.